projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7f5bb18
)
Typo.
author
Chong Yidong
<cyd@stupidchicken.com>
Tue, 20 Dec 2005 17:39:47 +0000
(17:39 +0000)
committer
Chong Yidong
<cyd@stupidchicken.com>
Tue, 20 Dec 2005 17:39:47 +0000
(17:39 +0000)
lisp/longlines.el
patch
|
blob
|
history
diff --git
a/lisp/longlines.el
b/lisp/longlines.el
index 31400758772c9467a6102b8d68659979ac36cf8f..dadd8a5d58fe3a809da099de3182b5df4077c41d 100644
(file)
--- a/
lisp/longlines.el
+++ b/
lisp/longlines.el
@@
-166,7
+166,6
@@
are indicated with a symbol."
(widen)
(longlines-encode-region (point-min) (point-max))))
(remove-hook 'change-major-mode-hook 'longlines-mode-off t)
- (remove-hook 'before-kill-functions 'longlines-encode-region t)
(remove-hook 'after-change-functions 'longlines-after-change-function t)
(remove-hook 'post-command-hook 'longlines-post-command-function t)
(remove-hook 'before-revert-hook 'longlines-before-revert-hook t)